* {
  padding: 0;
  margin: 0;
}

body {
  color: gray;
  font-family: 'Ubuntu', sans-serif;
}

a {
  font-family: 'Ubuntu', sans-serif;
  text-decoration: none;
}

ul li{
  list-style-type: none;
}

.bx{
  color: white;
  background: #47b2e4;
  padding: 5px;
  border-radius: 20px;
}

.material-icons{
  color: #47b2e4;
}

.section-name {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
  text-align: center;
}

.section-name::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-name::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title{
  text-align: center;
}

/*  -----------mouse styling ------------- */
.cursor{
  position: fixed;
  width: 40px;
  height: 40px; 
  border: 1px solid #EF9651;
  border-radius: 50%;
  left: 0;
  top:  0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: 0.15s;
  z-index: 999;
}

.cursor2{
  position: fixed;
  width: 8px;
  height: 8px;
  background-color: #3F7D58;
  border-radius: 50%;
  left: 0;
  top:  0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: 0.25s;
  z-index: 999;
}


/* =======================navbar=============== */
.main-navbar {
  background-color: rgba(40, 58, 90, 0.9);
  padding-left: 12%;
  padding-right: 3%;
  position: sticky;
  z-index: 1;
  top: 0;
}

.nav-item {
  padding: 0 15px;
}

.get-strated {
  color: #fff;
  width: 144px;
  border: 2px solid #47b2e4;
  border-radius: 50px;
  padding: 5px 20px !important;
  text-decoration: none;
  white-space: nowrap;
}

.get-strated:hover {
  background-color: #47b2e4;
  color: #fff;
}

.btn-a {
  display: none;
}

@media (max-width: 992px) {
  .main-navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .btn-b {
    display: none;
  }

  .btn-a {
    display: initial;
  }
}

/* ==================logo ================== */
.logo-img {
  filter: invert(1);
  width: 20%;
}

@media(max-width: 992px) {
  .logo-img {
    width: 20%;
  }

  .logo {
    display: contents;
  }
}

@media (max-width:550px) {
  .logo-img {
    width: 30%;
  }

  .get-strated {
    padding: 5px 10px;
  }
}

/* =====================poster section =============================*/
.poster {
  padding-top: 72px;
  padding-left: 12%;
  background-color: #37517e;
  text-align: center;
}

.poster-img {
  position: relative;
  animation: up-down;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes up-down {
  0% {
    bottom: 10px
  }

  50% {
    bottom: -10px
  }

  100% {
    bottom: 10px
  }
}

.poster h1 {
  color: #ffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.25rem;
  line-height: 1.2;
  padding-bottom: 1rem;
  margin-top: 2rem !important;
}

.poster h3 {
  font-family: 'Ubuntu', sans-serif;
  color: #fff9;
  padding-bottom: 4rem;
}

.poster-btn {
  margin: 2rem auto;
  margin-top: 0;
}

.poster-heading {
  flex-direction: column !important;
  display: flex !important;
}

@media (max-width: 550px) {
  .poster-heading {
    order: 2 !important;
    text-align: center;
    padding-left: 0;
  }

  .poster h1 {
    font-size: 1.9rem;
  }
}

/* ===============services section================ */
#services {
  padding: 5% 10%;
  background-color: #f3f5fa;
  text-align: center;
}

#services h1 {
  color: #37517e;
}

#services p {
  color: #444444;
}

.services-box {
  color: gray;
  box-shadow: 0px 0 25px 0 #0000001a;
  background-color: #ffff !important;
  text-align: center;
  padding: 5%;
  height: 40vh;
  margin-top: 5%;
  transition: ease-in-out 0.3s;
}

.services-box h3 {
  color: #37517e;
  font-family: Montserrat-thin;
}

.services-box:hover {
  transform: translateY(-10px);
}

.services-box:hover h3 a {
  color: #47b2e4;
}

/* =======================skill section+++++++++++++++++++ */
.skills {
  padding: 5% 10%;
}

.skills .content h3 {
  font-weight: 200;
  color: #37517e;
  font-family: "Montserrat", sans-serif;
}

.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #37517e;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #4668a2;
}

/* ====================== about us ======================= */
#about {
  padding: 5% 10%;
  background-color: #f3f5fa;
}

.about p {
  text-align: left;
}

.about ul {
  text-align: left;
}

.learn-btn {
  border: 2px solid #47b2e4;
  padding: 12px 32px;
  border-radius: 4px;
  display: inline-block;
  text-align: left;
  margin: 6px;
}

/* ============================= contact us ================================== */
.contact{
  padding-top: 5%;
}
.contact .info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
  padding-inline:5px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #209dd8;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* ==================================== team section ============================== */

#team {
  padding: 5% 10%;
  background-color: #f3f5fa;
}

.member-info h4{
  color: #37517e;
}

.member {
    position: relative;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
}

.pic{
  overflow: hidden;
    width: 120px;
    border-radius: 50%;
}

.member-info {
    padding-left: 30px;
}

.member span::after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #cbd6e9;
    bottom: 0;
    left: 0;
}

@media (max-width: 550px){
  #team {
    padding: 5% 1%;
  }
}
/* =========================== footer ========================== */
#footer {
    font-size: 14px;
    background: #37517e;
}

.footer-container{
  padding: 5% 10%;
}

#footer .footer-top {
    background: #fff;
}
.footer-top h4{
  color: #37517e;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 12px;
}

.footer-links ul{
  padding: 0;
}

.footer-links ul li{
  padding: 5px 0;
  display: flex;
  align-items: center;
}

#footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}
.footer-bottom div {
  display: inline-block;
}

@media (max-width: 550px){
  #footer .footer-bottom {
    display: block!important;
    text-align: center;

  }
}
